home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Night Owl 9
/
Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO
/
015a
/
himov220.zip
/
HIMOVE.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-05-12
|
145b
|
9 lines
echo off
echo Loading Configurationprogramm HiSETUP.EXE...
if .%1 == . goto DEFAULT
HiSETUP.EXE %1 %2
goto END
:DEFAULT
HiSETUP.EXE
:END